af362601df4f2adf2e3ee250c2b13887f6d97fb4,src/org/exist/xquery/ForExpr.java,ForExpr,analyze,#AnalyzeContextInfo#OrderSpec#,67

Before Change


			    for(int i = 0; i < orderBy.length; i++)
			        orderBy[i].analyze(newContextInfo);
			}
			returnExpr.analyze(contextInfo);
		}
		
		// restore the local variable stack

After Change


			    for(int i = 0; i < orderBy.length; i++)
			        orderBy[i].analyze(newContextInfo);
			}
			returnExpr.analyze(newContextInfo);
		}
		
		// restore the local variable stack